home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1999 January / Electronic Clipper 1999-01.iso / Idea Source® / main.dir / 00115.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  140 b   |  9 lines

  1. on exitFrame
  2.   sound stop 1
  3.   sound stop 2
  4.   repeat with n = 10 to 22
  5.     set the visible of sprite n to 1
  6.   end repeat
  7.   updateStage()
  8. end
  9.